[dpdk-dev] [PATCH 1/4] ethdev: extend struct to support flow director in VFs

2015-10-27 Thread Zhang, Helin
> -Original Message- > From: Wu, Jingjing > Sent: Tuesday, September 22, 2015 11:46 AM > To: dev at dpdk.org > Cc: Wu, Jingjing; Zhang, Helin; Lu, Wenzhuo; Xu, HuilongX > Subject: [PATCH 1/4] ethdev: extend struct to support flow director in VFs > > This patch extends struct rte_eth_fdir

[dpdk-dev] [PATCH 1/4] ethdev: extend struct to support flow director in VFs

2015-09-22 Thread Jingjing Wu
This patch extends struct rte_eth_fdir_flow_ext to support flow director in VFs. Signed-off-by: Jingjing Wu --- lib/librte_ether/rte_eth_ctrl.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/librte_ether/rte_eth_ctrl.h b/lib/librte_ether/rte_eth_ctrl.h index 26b7b33..403e6b8 100644 --