DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 0/5] remove void pointer explicit cast
@ 2018-02-26  8:10 Zhiyong Yang
  2018-02-26  8:10 ` [dpdk-dev] [PATCH 1/5] flow_classify: remove void pointer cast Zhiyong Yang
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: Zhiyong Yang @ 2018-02-26  8:10 UTC (permalink / raw)
  To: dev; +Cc: ferruh.yigit

The patch series cleanup void pointer explicit cast related to
struct rte_flow_item fields in librte_flow_classify and make
code more readable.

Zhiyong Yang (5):
  flow_classify: remove void pointer cast
  net/ixgbe: remove void pointer cast
  net/e1000: remove void pointer cast
  net/bnxt: remove void pointer cast
  net/sfc: remove void pointer cast

 drivers/net/bnxt/bnxt_filter.c                     |  44 ++++-----
 drivers/net/e1000/igb_flow.c                       |  27 +++---
 drivers/net/ixgbe/ixgbe_flow.c                     | 106 +++++++++------------
 drivers/net/sfc/sfc_flow.c                         |   8 +-
 lib/librte_flow_classify/rte_flow_classify.c       |   4 +-
 lib/librte_flow_classify/rte_flow_classify_parse.c |  24 ++---
 6 files changed, 93 insertions(+), 120 deletions(-)

-- 
2.13.3

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

end of thread, other threads:[~2018-03-14 11:02 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-26  8:10 [dpdk-dev] [PATCH 0/5] remove void pointer explicit cast Zhiyong Yang
2018-02-26  8:10 ` [dpdk-dev] [PATCH 1/5] flow_classify: remove void pointer cast Zhiyong Yang
2018-03-14 11:02   ` Iremonger, Bernard
2018-02-26  8:11 ` [dpdk-dev] [PATCH 2/5] net/ixgbe: " Zhiyong Yang
2018-02-26  8:11 ` [dpdk-dev] [PATCH 3/5] net/e1000: " Zhiyong Yang
2018-02-26  8:11 ` [dpdk-dev] [PATCH 4/5] net/bnxt: " Zhiyong Yang
2018-02-26  8:11 ` [dpdk-dev] [PATCH 5/5] net/sfc: " Zhiyong Yang
2018-02-26 11:03   ` Andrew Rybchenko
2018-02-27 13:45 ` [dpdk-dev] [PATCH 0/5] remove void pointer explicit cast Ferruh Yigit
2018-03-06 18:57 ` Ferruh Yigit

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).