Skip to content

Commit f8ce5fb

Browse files
committed
Add new pfring_open flag PF_RING_IP_ONLY_RSS
1 parent baf082b commit f8ce5fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

userland/lib/pfring.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 */

0 commit comments

Comments
 (0)