Skip to content

Commit

Permalink
Version set to 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cardigliano committed Aug 11, 2021
1 parent 66a0e5e commit 2636ffb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# CHANGELOG

---------------------------------------
2021-08-06 PF_RING 8.0
2021-08-11 PF_RING 8.0

* PF_RING Library
- Add pfring_recv_burst API allowing batch receive (when supported by the capture module/adapter)
Expand Down
4 changes: 2 additions & 2 deletions kernel/linux/pf_ring.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
#endif /* __KERNEL__ */

/* Versioning */
#define RING_VERSION "7.9.0"
#define RING_VERSION_NUM 0x070900
#define RING_VERSION "8.0.0"
#define RING_VERSION_NUM 0x080000

/* Increment whenever we change slot or packet header layout (e.g. we add/move a field) */
#define RING_FLOWSLOT_VERSION 18
Expand Down

0 comments on commit 2636ffb

Please sign in to comment.