remove blank lines at end of file

Remove trailing blank lines. They serve no purpose and are just
editor leftovers.
These can cause git to complain about whitespace errors during merges.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
This commit is contained in:
Stephen Hemminger 2019-11-11 11:50:15 -08:00 committed by Thomas Monjalon
parent 6b124806a3
commit 06710448c9
20 changed files with 0 additions and 20 deletions

View file

@ -2,4 +2,3 @@
# Copyright(c) 2010-2014 Intel Corporation
.error Error please compile using GNU Make (gmake)

View file

@ -459,4 +459,3 @@ foreach arg : dump_test_names
is_parallel : false,
suite : 'debug-tests')
endforeach

View file

@ -370,4 +370,3 @@ test_slow_rib6(void)
REGISTER_TEST_COMMAND(rib6_autotest, test_rib6);
REGISTER_TEST_COMMAND(rib6_slow_autotest, test_slow_rib6);

View file

@ -9,4 +9,3 @@ CONFIG_RTE_MACHINE="emag"
CONFIG_RTE_CACHE_LINE_SIZE=64
CONFIG_RTE_MAX_NUMA_NODES=1
CONFIG_RTE_MAX_LCORE=32

View file

@ -110,4 +110,3 @@ operation:
--cipher_key 00:01:02:03:04:05:06:07:08:09:0a:0b:0c:0d:0e:0f \
--auth_op GENERATE --auth_algo sha1-hmac \
--auth_key 10:11:12:13:14:15:16:17:18:19:1a:1b:1c:1d:1e:1f

View file

@ -168,4 +168,3 @@ It is possible to test PMD quickly using KNI kernel module loopback feature:
RX-packets: 71275820 RX-dropped: 0 RX-total: 71275820
TX-packets: 71275884 TX-dropped: 0 TX-total: 71275884
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

View file

@ -298,4 +298,3 @@ Systems supporting flow API
| Azure Ubuntu 16.04,| No limitation |
| kernel 4.13 | |
+--------------------+-----------------------+

View file

@ -237,4 +237,3 @@ To segment an outgoing packet, an application must:
For tunneled packets, the outer IPv4 headers' checksums should also be
updated. Alternatively, the application may offload checksum calculation
to HW.

View file

@ -321,4 +321,3 @@ Ethtool is a Linux-specific tool with corresponding support in the kernel.
The current version of kni provides minimal ethtool functionality
including querying version and link state. It does not support link
control, statistics, or dumping device registers.

View file

@ -550,4 +550,3 @@ Tested OSes
- Ubuntu 15.10
- Ubuntu 16.04 LTS
- Wind River Linux 8

View file

@ -513,4 +513,3 @@ The last part of the function is to validate the rule and create it.
int res = rte_flow_validate(port_id, &attr, pattern, action, &error);
if (!res)
flow = rte_flow_create(port_id, &attr, pattern, action, &error);

View file

@ -761,4 +761,3 @@ will send the policy to the host:
Once the policy is sent to the host, the host application takes over the power monitoring
of the specified cores in the policy.

View file

@ -1924,4 +1924,3 @@ iavf_dev_tx_desc_status(void *tx_queue, uint16_t offset)
return RTE_ETH_TX_DESC_FULL;
}

View file

@ -85,4 +85,3 @@ int at24_eeprom_write(struct altera_i2c_dev *dev, unsigned int slave_addr,
return write_count;
}

View file

@ -1092,4 +1092,3 @@ int main(int argc, char *argv[])
return 0;
}

View file

@ -33,4 +33,3 @@ dir24_8_modify(struct rte_fib *fib, uint32_t ip, uint8_t depth,
#endif
#endif /* _DIR24_8_H_ */

View file

@ -319,4 +319,3 @@ rte_fib6_get_rib(struct rte_fib6 *fib)
{
return (fib == NULL) ? NULL : fib->rib;
}

View file

@ -757,4 +757,3 @@ trie_free(void *p)
rte_free(dp->tbl8);
rte_free(dp);
}

View file

@ -34,4 +34,3 @@ trie_modify(struct rte_fib6 *fib, const uint8_t ip[RTE_FIB6_IPV6_ADDR_SIZE],
#endif
#endif /* _TRIE_H_ */

View file

@ -15,4 +15,3 @@ SPDX Identifier TB Approval Date GB Approval Date File name
1.
-----------------------------------------------------------------