On 11/12, Wei Zhao wrote: >Correct an error in the IPV6 header bitmask used for programming switch >rules. Also, change other programming switch headers to use big endian >fields in order to make setting these easier. > >Fixes: 04b8ec1ea807 ("net/ice/base: add protocol structures and defines") > >Signed-off-by: Dan Nowlin <dan.now...@intel.com> >Signed-off-by: Wei Zhao <wei.zh...@intel.com> >Signed-off-by: Qi Zhang <qi.z.zh...@intel.com> >--- > drivers/net/ice/base/ice_protocol_type.h | 79 ++++++++++++++++++-------------- > drivers/net/ice/base/ice_switch.c | 15 +----- > drivers/net/ice/ice_switch_filter.c | 9 +++- > 3 files changed, 52 insertions(+), 51 deletions(-) >
Acked-by: Xiaolong Ye <xiaolong...@intel.com> Applied to dpdk-next-net-intel, Thanks.