All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] fix flow director mask issues
@ 2016-10-10  7:46 Wenzhuo Lu
  2016-10-10  7:46 ` [PATCH 1/3] ixgbe: fix wrong flow director mask Wenzhuo Lu
                   ` (4 more replies)
  0 siblings, 5 replies; 17+ messages in thread
From: Wenzhuo Lu @ 2016-10-10  7:46 UTC (permalink / raw)
  To: dev

There're 2 issues about flow director mask.
1, MAC address mask is not supported in mac-vlan mode.
2, All the parameter are defined as big endian, but
   they're not treated approriately.
This patch set is used to fix these 2 issues.

Wenzhuo Lu (3):
  ixgbe: fix wrong flow director mask
  app/testpmd: fix flow director endian issue
  app/testpmd: fix wrong flow director mask

 app/test-pmd/cmdline.c                      | 11 +++-----
 app/test-pmd/config.c                       | 43 +++++++++++++++++------------
 doc/guides/testpmd_app_ug/testpmd_funcs.rst |  3 +-
 drivers/net/ixgbe/ixgbe_fdir.c              | 10 +++----
 4 files changed, 35 insertions(+), 32 deletions(-)

-- 
1.9.3

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2016-10-19  9:35 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-10  7:46 [PATCH 0/3] fix flow director mask issues Wenzhuo Lu
2016-10-10  7:46 ` [PATCH 1/3] ixgbe: fix wrong flow director mask Wenzhuo Lu
2016-10-10  7:46 ` [PATCH 2/3] app/testpmd: fix flow director endian issue Wenzhuo Lu
2016-10-10  7:46 ` [PATCH 3/3] app/testpmd: fix wrong flow director mask Wenzhuo Lu
2016-10-12  6:24 ` [PATCH v2 0/3] fix flow director mask issues Wenzhuo Lu
2016-10-12  6:24   ` [PATCH v2 1/3] ixgbe: fix wrong flow director mask Wenzhuo Lu
2016-10-12  6:24   ` [PATCH v2 2/3] app/testpmd: " Wenzhuo Lu
2016-10-13 11:00     ` Ferruh Yigit
2016-10-17 20:18     ` De Lara Guarch, Pablo
2016-10-12  6:24   ` [PATCH v2 3/3] app/testpmd: fix flow director endian issue Wenzhuo Lu
2016-10-17 20:18     ` De Lara Guarch, Pablo
2016-10-19  0:46       ` Lu, Wenzhuo
2016-10-19  1:22 ` [PATCH v3 0/3] fix flow director mask issues Wenzhuo Lu
2016-10-19  1:22   ` [PATCH v3 1/3] ixgbe: fix wrong flow director mask Wenzhuo Lu
2016-10-19  1:22   ` [PATCH v3 2/3] app/testpmd: " Wenzhuo Lu
2016-10-19  1:23   ` [PATCH v3 3/3] app/testpmd: fix flow director endian issue Wenzhuo Lu
2016-10-19  9:35   ` [PATCH v3 0/3] fix flow director mask issues Bruce Richardson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.