[dpdk-dev,04/15] app/test: remove the flexbytes_offset setting in test_link_bonding
Commit Message
This patch removes the flexbytes_offset setting, because the flexible payload
setting is done by flex_conf instead of flexbytes_offset.
Signed-off-by: Jingjing Wu <jingjing.wu@intel.com>
---
app/test/test_link_bonding.c | 1 -
1 file changed, 1 deletion(-)
@@ -182,7 +182,6 @@ struct rte_fdir_conf fdir_conf = {
.mode = RTE_FDIR_MODE_NONE,
.pballoc = RTE_FDIR_PBALLOC_64K,
.status = RTE_FDIR_REPORT_STATUS,
- .flexbytes_offset = 0x6,
.drop_queue = 127,
};