On Fri, Feb 03, 2017 at 10:53:29PM +0000, Ferruh Yigit wrote: > On 2/3/2017 8:44 AM, Wei Zhao wrote: > > VNI of VXLAN is parsed wrongly. The root cause is that > > array vni in item VXLAN also uses network byte ordering. > > > > Fixes: 11777435c727 ("net/ixgbe: parse flow director filter") > > > > Signed-off-by: Wei Zhao <wei.zh...@intel.com> > > Cc: sta...@dpdk.org
It fixed an issue introduced in this release, thus it's not a candidate for a stable release. Dropped. --yliu > > Applied to dpdk-next-net/master, thanks.