]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_kni/rte_kni_common.h
test/telemetry: fix typo at beginning of line
[dpdk.git] / lib / librte_kni / rte_kni_common.h
index 21b477f0aaae7294a92103389d0cd0750231da96..36d66e2ffab7af8d94c2cd8f7ec0f647fc0b8123 100644 (file)
@@ -86,7 +86,7 @@ struct rte_kni_mbuf {
        uint16_t data_len;      /**< Amount of data in segment buffer. */
 
        /* fields on second cache line */
-       char pad3[8] __attribute__((__aligned__(RTE_CACHE_LINE_MIN_SIZE)));
+       __attribute__((__aligned__(RTE_CACHE_LINE_MIN_SIZE)))
        void *pool;
        void *next;             /**< Physical address of next mbuf in kernel. */
 };