]> git.droids-corp.org - dpdk.git/commitdiff
remove blank lines at end of file
authorStephen Hemminger <stephen@networkplumber.org>
Mon, 11 Nov 2019 19:50:15 +0000 (11:50 -0800)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 25 Nov 2019 23:12:08 +0000 (00:12 +0100)
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>
20 files changed:
Makefile
app/test/meson.build
app/test/test_rib6.c
config/defconfig_arm64-emag-linuxapp-gcc
doc/guides/cryptodevs/mvsam.rst
doc/guides/nics/kni.rst
doc/guides/nics/tap.rst
doc/guides/prog_guide/generic_segmentation_offload_lib.rst
doc/guides/prog_guide/kernel_nic_interface.rst
doc/guides/rel_notes/release_16_07.rst
doc/guides/sample_app_ug/flow_filtering.rst
doc/guides/sample_app_ug/vm_power_management.rst
drivers/net/iavf/iavf_rxtx.c
drivers/raw/ifpga/base/opae_at24_eeprom.c
examples/vhost_blk/vhost_blk.c
lib/librte_fib/dir24_8.h
lib/librte_fib/rte_fib6.c
lib/librte_fib/trie.c
lib/librte_fib/trie.h
license/exceptions.txt

index 6cd70a0990c0a73556ddb27bcd8c75469a7b46b1..571277aa5a94c162b504910033725e50c3796f74 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,4 +2,3 @@
 # Copyright(c) 2010-2014 Intel Corporation
 
 .error Error please compile using GNU Make (gmake)
-
index ff59c3131b34cab4dfb9ce4e4871335de33caa2b..fb49d804ba411f6604e51e1988c631b5dbe9f695 100644 (file)
@@ -459,4 +459,3 @@ foreach arg : dump_test_names
                is_parallel : false,
                suite : 'debug-tests')
 endforeach
-
index a86e465fb4decd390cdf4b39e474e8b038019d76..c77df11298e4a4480390d880140cca740e574a57 100644 (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);
-
index 496c39dc6652abe4aa97648b85bd3a21ad9ecc69..1db654c899739e7bec2b391da2c00a81c815d119 100644 (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
-
index 81aa27dd01a71966d7e54aad92f4449aa5f24542..399fe37a67f33dfd41934ee400780f8663fef12c 100644 (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
-
index 593564d134116ab72f31b99efa41185396f0b531..90d3040cf55427f27d41cbf34cb7c2e9c7c68abe 100644 (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
         ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-
index 4b6d77d377038f2e844cd14168ba3ab676fce4fb..85c7b895aede04df342b152a789fe8ce808039ae 100644 (file)
@@ -298,4 +298,3 @@ Systems supporting flow API
 | Azure Ubuntu 16.04,| No limitation         |
 | kernel 4.13        |                       |
 +--------------------+-----------------------+
-
index 73e768740c9304643c8741895029b3f9eddaf877..205cb8a866dc548a26db64c0c85d273894d16b3a 100644 (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.
-
index 848b00253e53f103e2c8d2d04017c8205600daf7..77856086dfe2d4351a4f644d695708168916e0b0 100644 (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.
-
index 2904aacfc16a1408cdbd289b14a226564ba08b80..af89cf60a211216d72c8da2c7b8decb5dc36855a 100644 (file)
@@ -550,4 +550,3 @@ Tested OSes
 - Ubuntu 15.10
 - Ubuntu 16.04 LTS
 - Wind River Linux 8
-
index de3e4ab0b6f16e6eff2e0e1fefc657e4af197a59..5e5a6cd8a07dd13df97d10522b3c1224434e2ae5 100644 (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);
-
index 0ffff835ed0db7c4b516712ac42b2f69d19095c5..8de7cbe85956338c98320265712dd038c1e6f57e 100644 (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.
-
index 3ee92e839b0702978d1e286e1018529cd78a7ccf..88f79ba3796e6358d69d89496dfdd2d49556d66d 100644 (file)
@@ -1924,4 +1924,3 @@ iavf_dev_tx_desc_status(void *tx_queue, uint16_t offset)
 
        return RTE_ETH_TX_DESC_FULL;
 }
-
index d70f7affb72414cdae8091a477a47d8acde60850..6f834ac04c06280030f0754eb6fd2010d812d5c3 100644 (file)
@@ -85,4 +85,3 @@ int at24_eeprom_write(struct altera_i2c_dev *dev, unsigned int slave_addr,
 
        return write_count;
 }
-
index 8c57013139296dc5ba1db40b77ee84834bb22198..3182a488bb5f66cf95db1993de0492a36398b745 100644 (file)
@@ -1092,4 +1092,3 @@ int main(int argc, char *argv[])
 
        return 0;
 }
-
index 34ddb91352e161c393b7b10c240b935ee70f0f1a..1ec437c0cbd0c11d3dda549147de1b8e47726c68 100644 (file)
@@ -33,4 +33,3 @@ dir24_8_modify(struct rte_fib *fib, uint32_t ip, uint8_t depth,
 #endif
 
 #endif /* _DIR24_8_H_ */
-
index 354227d8ff7faee081b4aedecbdbbc00435e58a6..a1f0db844a35e800c3ecfd8d8da7d16d2ead4548 100644 (file)
@@ -319,4 +319,3 @@ rte_fib6_get_rib(struct rte_fib6 *fib)
 {
        return (fib == NULL) ? NULL : fib->rib;
 }
-
index 198e815c2b12fd48a6a884cd401224bdb38841f1..124aa8b98b2ef4bdcdac43a737243f9420d3bc47 100644 (file)
@@ -757,4 +757,3 @@ trie_free(void *p)
        rte_free(dp->tbl8);
        rte_free(dp);
 }
-
index 7762fb9731d3c58fa3cbe69ce647117df5fdb820..bb750c5aeef3ce91be480742bae980821dc11032 100644 (file)
@@ -34,4 +34,3 @@ trie_modify(struct rte_fib6 *fib, const uint8_t ip[RTE_FIB6_IPV6_ADDR_SIZE],
 #endif
 
 #endif /* _TRIE_H_ */
-
index f1cfa462ff96a5d53c499890b539f22a98bb8446..ee25bb9a1548bc4dc7793d01302f56eb57001ebc 100644 (file)
@@ -15,4 +15,3 @@ SPDX Identifier     TB Approval Date  GB Approval Date  File name
 1.
 
 -----------------------------------------------------------------
-