[dpdk-dev] [PATCH] ixgbe: fix x550 flow director issue

2015-06-15 Thread Thomas Monjalon
> > On x550, flow director doesn't support other IP packets directly. > > If we want to monitor IP other packets, the L4 protocol and ports must be > > masked. It means, on x550, if we want to add a flow director filter for > > other > > IP packets, a flow director mask must have been configed to

[dpdk-dev] [PATCH] ixgbe: fix x550 flow director issue

2015-06-15 Thread Wenzhuo Lu
On x550, flow director doesn't support other IP packets directly. If we want to monitor IP other packets, the L4 protocol and ports must be masked. It means, on x550, if we want to add a flow director filter for other IP packets, a flow director mask must have been configed to mask L4 protocol and

[dpdk-dev] [PATCH] ixgbe: fix x550 flow director issue

2015-06-15 Thread Wu, Jingjing
Acked-by: Jingjing Wu > -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Wenzhuo Lu > Sent: Monday, June 15, 2015 1:59 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH] ixgbe: fix x550 flow director issue > > On x550, flow director