aboutsummaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/control13
-rw-r--r--debian/librte-pmd-enetc18.08.symbols4
2 files changed, 17 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index 90300707..682af228 100644
--- a/debian/control
+++ b/debian/control
@@ -781,6 +781,19 @@ Description: Data Plane Development Kit (librte-pmd-e1000 runtime library)
.
This package contains the runtime libraries for librte_pmd_e1000.
+Package: librte-pmd-enetc18.08
+Architecture: amd64 arm64 armhf i386 ppc64el
+Multi-Arch: same
+Homepage: https://dpdk.org/doc/guides/nics/enetc.html
+Pre-Depends: ${misc:Pre-Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Conflicts: libdpdk0
+Description: Data Plane Development Kit (librte-pmd-enetc runtime library)
+ DPDK is a set of libraries for fast packet processing. Applications run
+ in user-space and communicate directly with dedicated network interfaces.
+ .
+ This package contains the runtime libraries for librte_pmd_enetc.
+
Package: librte-pmd-ena18.08
Architecture: amd64 arm64 armhf i386 ppc64el
Multi-Arch: same
diff --git a/debian/librte-pmd-enetc18.08.symbols b/debian/librte-pmd-enetc18.08.symbols
new file mode 100644
index 00000000..ac4b0877
--- /dev/null
+++ b/debian/librte-pmd-enetc18.08.symbols
@@ -0,0 +1,4 @@
+librte_pmd_enetc.so.18.08 librte-pmd-enetc18.08 #MINVER#
+ DPDK_18.08@DPDK_18.08 18.08
+# INFO: this library exports no symbols, essentially it is a driver that
+# registers itself on load and is then only driven by callbacks.