dev.dpdk.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] Integrate ethertype filter in igb/ixgbe driver to new API
@ 2014-12-25  3:14 Jingjing Wu
       [not found] ` <1419477270-14611-1-git-send-email-jingjing.wu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
  2014-12-25  3:27 ` [PATCH " Qiu, Michael
  0 siblings, 2 replies; 17+ messages in thread
From: Jingjing Wu @ 2014-12-25  3:14 UTC (permalink / raw)
  To: dev-VfR2kkLFssw

The patch set uses new filter_ctrl API to replace old ethertype filter APIs.
It uses new functions and structure to replace old ones in igb/ixgbe driver,
new commands to replace old ones in testpmd, and removes the old APIs. 

Jingjing Wu (4):
  ixgbe: new functions replaces old ones for ethertype filters
  e1000: new functions replaces old ones for ethertype filters
  testpmd: new commands for ethertype filter
  ethdev: remove old APIs and structures of ethertype filters

 app/test-pmd/cmdline.c              | 253 ++++++++++++--------------
 app/test-pmd/config.c               |  27 ---
 lib/librte_ether/rte_ethdev.c       |  57 ------
 lib/librte_ether/rte_ethdev.h       |  88 ---------
 lib/librte_pmd_e1000/e1000_ethdev.h |  13 ++
 lib/librte_pmd_e1000/igb_ethdev.c   | 332 +++++++++++++++++++++------------
 lib/librte_pmd_ixgbe/ixgbe_ethdev.c | 354 +++++++++++++++++++++++-------------
 lib/librte_pmd_ixgbe/ixgbe_ethdev.h |  13 ++
 8 files changed, 579 insertions(+), 558 deletions(-)

-- 
1.9.3

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

end of thread, other threads:[~2015-01-20 10:14 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-25  3:14 [PATCH 0/4] Integrate ethertype filter in igb/ixgbe driver to new API Jingjing Wu
     [not found] ` <1419477270-14611-1-git-send-email-jingjing.wu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2014-12-25  3:14   ` [PATCH 1/4] ixgbe: new functions replace old ones for ethertype filter Jingjing Wu
2014-12-25  3:14   ` [PATCH 2/4] e1000: new functions replace old ones for ethertype filters Jingjing Wu
     [not found]     ` <1419477270-14611-3-git-send-email-jingjing.wu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2015-01-12  1:32       ` Zhang, Helin
2014-12-25  3:14   ` [PATCH 3/4] testpmd: new commands for ethertype filter Jingjing Wu
2014-12-25  3:14   ` [PATCH 4/4] ethdev: remove old APIs and structures of " Jingjing Wu
2015-01-12  7:16   ` [PATCH v2 0/4] Integrate ethertype filter in igb/ixgbe driver to new API Jingjing Wu
     [not found]     ` <1421046973-23283-1-git-send-email-jingjing.wu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2015-01-12  7:16       ` [PATCH v2 1/4] ixgbe: new functions replace old ones for ethertype filter Jingjing Wu
2015-01-12  7:16       ` [PATCH v2 2/4] e1000: " Jingjing Wu
2015-01-12  7:16       ` [PATCH v2 3/4] testpmd: new commands " Jingjing Wu
     [not found]         ` <1421046973-23283-4-git-send-email-jingjing.wu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2015-01-20 10:14           ` Thomas Monjalon
2015-01-12  7:16       ` [PATCH v2 4/4] ethdev: remove old APIs and structures of " Jingjing Wu
2015-01-12  7:23       ` [PATCH v2 0/4] Integrate ethertype filter in igb/ixgbe driver to new API Zhang, Helin
     [not found]         ` <F35DEAC7BCE34641BA9FAC6BCA4A12E70A7DE2B9-0J0gbvR4kTg/UvCtAeCM4rfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2015-01-20  8:17           ` Thomas Monjalon
2014-12-25  3:27 ` [PATCH " Qiu, Michael
     [not found]   ` <533710CFB86FA344BFBF2D6802E60286CA27E3-0J0gbvR4kThpB2pF5aRoyrfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2014-12-25  3:39     ` Wu, Jingjing
2014-12-25  4:57       ` Qiu, Michael

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).