> -----Original Message-----
> From: dev <ovs-dev-boun...@openvswitch.org> On Behalf Of Cian Ferriter
> Sent: Thursday, March 3, 2022 10:35 PM
> To: ovs-dev@openvswitch.org
> Subject: [ovs-dev] [PATCH v3 2/6] dpif-netdev-lookup: Fix GCC 5 warning.
> 
> GCC 5 gave an incompatible pointer type warning for pkt_blocks when it's
> passed to _mm512_mask_i64gather_epi64().
> 
> Follow the same pattern used for tbl_blocks where the 'const uint64_t *'
> is cast to a 'const void *' when passed in to avx512_blocks_gather().
> 
> Signed-off-by: Cian Ferriter <cian.ferri...@intel.com>

Hi Cian, 

Thanks for the patch.

The changes LGTM but is missing a fixes tag like the previous one.


Fixes: 47a2a8f4138e ("dpif-netdev/dpcls-avx512: Enable 16 block processing.")

This can be added when applying probably.

Acked-by: Sunil Pai G <sunil.pa...@intel.com>

_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to