ixl.h (94c86dd038b7cdb7078d4bb76b21266abd562460) ixl.h (6daf59aa79ecdcc0c21a389fa63038685be30fa8)
1/******************************************************************************
2
3 Copyright (c) 2013-2018, Intel Corporation
4 All rights reserved.
5
6 Redistribution and use in source and binary forms, with or without
7 modification, are permitted provided that the following conditions are met:
8

--- 246 unchanged lines hidden (view full) ---

255 BIT_ULL(I40E_FILTER_PCTYPE_NONF_IPV4_TCP_SYN_NO_ACK) | \
256 BIT_ULL(I40E_FILTER_PCTYPE_NONF_IPV6_TCP_SYN_NO_ACK))
257
258#define IXL_CAPS \
259 (IFCAP_TSO4 | IFCAP_TSO6 | \
260 IFCAP_TXCSUM | IFCAP_TXCSUM_IPV6 | \
261 IFCAP_RXCSUM | IFCAP_RXCSUM_IPV6 | \
262 IFCAP_VLAN_HWFILTER | IFCAP_VLAN_HWTSO | \
1/******************************************************************************
2
3 Copyright (c) 2013-2018, Intel Corporation
4 All rights reserved.
5
6 Redistribution and use in source and binary forms, with or without
7 modification, are permitted provided that the following conditions are met:
8

--- 246 unchanged lines hidden (view full) ---

255 BIT_ULL(I40E_FILTER_PCTYPE_NONF_IPV4_TCP_SYN_NO_ACK) | \
256 BIT_ULL(I40E_FILTER_PCTYPE_NONF_IPV6_TCP_SYN_NO_ACK))
257
258#define IXL_CAPS \
259 (IFCAP_TSO4 | IFCAP_TSO6 | \
260 IFCAP_TXCSUM | IFCAP_TXCSUM_IPV6 | \
261 IFCAP_RXCSUM | IFCAP_RXCSUM_IPV6 | \
262 IFCAP_VLAN_HWFILTER | IFCAP_VLAN_HWTSO | \
263 IFCAP_VLAN_HWTAGGING | IFCAP_VLAN_HWCSUM | IFCAP_VLAN_HWTSO | \
263 IFCAP_VLAN_HWTAGGING | IFCAP_VLAN_HWCSUM | \
264 IFCAP_VLAN_MTU | IFCAP_JUMBO_MTU | IFCAP_LRO)
265
266#define IXL_CSUM_TCP \
267 (CSUM_IP_TCP|CSUM_IP_TSO|CSUM_IP6_TSO|CSUM_IP6_TCP)
268#define IXL_CSUM_UDP \
269 (CSUM_IP_UDP|CSUM_IP6_UDP)
270#define IXL_CSUM_SCTP \
271 (CSUM_IP_SCTP|CSUM_IP6_SCTP)

--- 278 unchanged lines hidden ---
264 IFCAP_VLAN_MTU | IFCAP_JUMBO_MTU | IFCAP_LRO)
265
266#define IXL_CSUM_TCP \
267 (CSUM_IP_TCP|CSUM_IP_TSO|CSUM_IP6_TSO|CSUM_IP6_TCP)
268#define IXL_CSUM_UDP \
269 (CSUM_IP_UDP|CSUM_IP6_UDP)
270#define IXL_CSUM_SCTP \
271 (CSUM_IP_SCTP|CSUM_IP6_SCTP)

--- 278 unchanged lines hidden ---