Skip to content

Commit

Permalink
Restore PF_RING_FLOW_OFFLOAD flag
Browse files Browse the repository at this point in the history
  • Loading branch information
cardigliano committed Apr 4, 2024
1 parent 79ad95b commit 1b8b5e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion userland/lib/pfring.h
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ struct __pfring {
#define PF_RING_ZC_NOT_REPROGRAM_RSS (1 << 14) /**< pfring_open() flag: Do not touch/reprogram hw RSS */
#define PF_RING_VSS_APCON_TIMESTAMP (1 << 15) /**< pfring_open() flag: Enable apcon.com/vssmonitoring.com hardware timestamp support+stripping. */
#define PF_RING_ZC_IPONLY_RSS (1 << 16) /**< pfring_open() flag: Compute RSS on src/dst IP only (not 4-tuple) */
#define PF_RING_FLOW_OFFLOAD (1 << 17) /**< pfring_open() flag: Deprecated */
#define PF_RING_FLOW_OFFLOAD (1 << 17) /**< pfring_open() flag: Enable Flow offload (Flow Manager on Napatech) */
#define PF_RING_FLOW_OFFLOAD_NOUPDATES (1 << 18) /**< pfring_open() flag: Deprecated */
#define PF_RING_FLOW_OFFLOAD_NORAWDATA (1 << 19) /**< pfring_open() flag: Deprecated */
#define PF_RING_L7_FILTERING (1 << 20) /**< pfring_open() flag: Enable L7 filtering support based on PF_RING FT (Flow Table with nDPI support) */
Expand Down

0 comments on commit 1b8b5e9

Please sign in to comment.