Skip to content

Commit

Permalink
netdev-dpdk: Remove experimental API flag.
Browse files Browse the repository at this point in the history
rfc4115 meter APIs are now part of 20.02 stable ABI so we can remove the
forced ALLOW_EXPERIMENTAL_API define.

Signed-off-by: David Marchand <david.marchand@redhat.com>
Signed-off-by: Ian Stokes <ian.stokes@intel.com>
  • Loading branch information
david-marchand authored and istokes committed May 27, 2020
1 parent 579b643 commit f8067a1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lib/netdev-dpdk.c
Expand Up @@ -26,12 +26,6 @@
#include <sys/socket.h>
#include <linux/if.h>

/* Include rte_compat.h first to allow experimental API's needed for the
* rte_meter.h rfc4115 functions. Once they are no longer marked as
* experimental the #define and rte_compat.h include can be removed.
*/
#define ALLOW_EXPERIMENTAL_API
#include <rte_compat.h>
#include <rte_bus_pci.h>
#include <rte_config.h>
#include <rte_cycles.h>
Expand Down

0 comments on commit f8067a1

Please sign in to comment.