bpf: introduce basic Rx/Tx filters
[dpdk.git] / doc / guides / rel_notes / release_18_05.rst
index 0188756..846cf18 100644 (file)
@@ -226,6 +226,8 @@ New Features
 
   The BPF Library provides the ability to load and execute
   Enhanced Berkeley Packet Filter (eBPF) within user-space dpdk application.
+  Also it introduces basic framework to load/unload BPF-based filters
+  on eth devices (right now only via SW RX/TX callbacks).
   It also adds dependency on libelf.