> -----Original Message----- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Kirill Rybalchenko > Sent: Friday, November 24, 2017 12:15 AM > To: dev@dpdk.org > Cc: Rybalchenko, Kirill; Chilikin, Andrey; Xing, Beilei; Wu, Jingjing > Subject: [dpdk-dev] [PATCH 0/2] add raw flowtype mode for flow director filter > > Add possibility to load file with raw packet and set it as a template for flow > director filter setup. > > Kirill Rybalchenko (2): > app/testpmd: add raw flowtype mode for flow director filter > doc: add description of raw mode in flow director in testpmd > > app/test-pmd/cmdline.c | 116 > +++++++++++++++++++++++++--- > app/test-pmd/config.c | 8 +- > app/test-pmd/testpmd.h | 6 +- > doc/guides/testpmd_app_ug/testpmd_funcs.rst | 24 ++++-- > 4 files changed, 131 insertions(+), 23 deletions(-) > > -- > 2.5.5 Applied to dpdk-next-net-intel with minor commit log changes, thanks!
/Helin