[dpdk-dev] [PATCH 0/3] fix the issue sctp flow cannot be matched in FVL FDIR

Thomas Monjalon thomas.monjalon at 6wind.com
Mon Jul 20 00:54:06 CEST 2015


> > This patch set fixes the issue SCTP flow cannot be matched by FVL's flow
> > director. The issue's root cause is that due to the NIC's firmware update,
> > the input set of sctp flow are changed to source IP, destination IP,
> > source port, destination port and Verification-Tag, which are source IP,
> > destination IP and Verification-Tag previously.
> > And because this fix will affect the struct rte_eth_fdir_flow, use
> > RTE_NEXT_ABI to avoid ABI breaking.
> > 
> > Jingjing Wu (3):
> >   ethdev: change the input set of sctp flow
> >   i40e: make sport and dport of sctp flow involved in match
> >   testpmd: add sport and dport configuration for sctp flow
> 
> Tested-by: Marvin Liu <yong.liu at intel.com>

Applied, thanks

An ABI deprecation announce must be sent.


More information about the dev mailing list