Re: [dpdk-dev] [PATCH] net/ixgbe: fix adding multiple mirror type in a rule

2017-09-07 Thread Wu, Jingjing
> -Original Message- > From: Dai, Wei > Sent: Tuesday, September 5, 2017 5:17 PM > To: Lu, Wenzhuo ; Ananyev, Konstantin > ; Wu, Jingjing > Cc: dev@dpdk.org; Dai, Wei ; sta...@dpdk.org > Subject: [PATCH] net/ixgbe: fix adding multiple mirror type in a rule > > mirror rule_type can be a

[dpdk-dev] [PATCH] net/ixgbe: fix adding multiple mirror type in a rule

2017-09-05 Thread Wei Dai
mirror rule_type can be a bit OR result of multiple mirror type of a rule. Before the commit which introduced this issue, the code supported adding multiple mirror type in a rule. Fixes: 7ba29a76b196 ("ethdev: rename and extend the mirror type") Cc: sta...@dpdk.org Signed-off-by: Wei Dai --- dr