File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -387,7 +387,7 @@ struct __pfring {
387387#define PF_RING_IXIA_TIMESTAMP (1 << 12) /**< pfring_open() flag: Enable ixiacom.com hardware timestamp support+stripping. */
388388#define PF_RING_USERSPACE_BPF (1 << 13) /**< pfring_open() flag: Force userspace bpf even with standard drivers (not only with ZC). */
389389#define PF_RING_ZC_NOT_REPROGRAM_RSS (1 << 14) /**< pfring_open() flag: Do not touch/reprogram hw RSS */
390- #define PF_RING_VSS_APCON_TIMESTAMP (1 << 15) /**< pfring_open() flag: Deprecated */
390+ #define PF_RING_IP_ONLY_RSS (1 << 15) /**< pfring_open() flag: IP only RSS hashing for UDP/TCP traffic (NVIDIA Mellanox only) */
391391#define PF_RING_ZC_IPONLY_RSS (1 << 16) /**< pfring_open() flag: Compute RSS on src/dst IP only (not 4-tuple) */
392392#define PF_RING_FLOW_OFFLOAD (1 << 17) /**< pfring_open() flag: Enable Flow offload (Flow Manager on Napatech) */
393393#define PF_RING_FLOW_OFFLOAD_NOUPDATES (1 << 18) /**< pfring_open() flag: Disable periodic updates when PF_RING_FLOW_OFFLOAD is used */
You can’t perform that action at this time.
0 commit comments