[dpdk-dev] [PATCH 1/5] net/enic: fix action reordering

Ferruh Yigit ferruh.yigit at intel.com
Wed Apr 15 18:56:48 CEST 2020


On 4/15/2020 2:06 AM, John Daley wrote:
> From: Hyong Youb Kim <hyonkim at cisco.com>
> 
> The current implementation produces wrong ordering for several cases
> like these:
> 
> 1. mark, decap, steer
> Current: steer, mark, decap
> Correct: mark, steer, decap
> 
> 2. decap, steer, steer
> Current: steer, steer, decap
> Correct: steer, decap, steer
> 
> Simplify the logic and swap 1st steer and decap.
> Also, allow just one decap action per flow.
> 
> Fixes: ea7768b5bba8 ("net/enic: add flow implementation based on Flow Manager API")
> Cc: stable at dpdk.org
> 
> Signed-off-by: Hyong Youb Kim <hyonkim at cisco.com>
> Signed-off-by: John Daley <johndale at cisco.com>

Series applied to dpdk-next-net/master, thanks.


More information about the dev mailing list