ip: add support for buffer offload metadata in ip midchain 95/32695/31
authorArthur de Kerhor <arthurdekerhor@gmail.com>
Wed, 22 Sep 2021 12:53:24 +0000 (14:53 +0200)
committerBeno�t Ganne <bganne@cisco.com>
Thu, 21 Mar 2024 14:38:49 +0000 (14:38 +0000)
The offload should be handled by gso node or by the NIC
if the latter has the relevant capabilities. But ip midchain
is missing the support for buffer offload metadata in case
of GSO packet.

This patch adds the relevant support to add the buffer metadata
if the packet is GSO/IPIP to be handled accordingly.

Type: improvement

Change-Id: I17f5d71bf4c5f43a85ca3f2fbebfa1426b42ef69
Signed-off-by: Arthur de Kerhor <arthurdekerhor@gmail.com>
Signed-off-by: Mohsin Kazmi <sykazmi@cisco.com>

No differences found