diff options
author | Sridhar K. N. Rao <sridhar.rao@spirent.com> | 2021-11-12 16:00:03 +0530 |
---|---|---|
committer | Sridhar K. N. Rao <sridhar.rao@spirent.com> | 2021-11-12 16:01:30 +0530 |
commit | 24e68cf441d94ba09a13f21fdfc994d4a14dfde0 (patch) | |
tree | 127b699abb0bd1b17bce9f138f3b2648ee7d0ecf /tools/docker/test-containers/dpdk-forwarding-pods/l2l3fwd/c_util.h | |
parent | 4fa105c5b4113a9ff4311569709ca99a8fbf5028 (diff) |
Docker: Forwarding Pods.
This patch adds source file required to build 2 forwarding pods.
1. L2 and L3 Fowarding
2. VPP
Signed-off-by: Sridhar K. N. Rao <sridhar.rao@spirent.com>
Change-Id: Ibffea4ebe34a575d040778e45b6ba9e92af5e8b6
Diffstat (limited to 'tools/docker/test-containers/dpdk-forwarding-pods/l2l3fwd/c_util.h')
-rw-r--r-- | tools/docker/test-containers/dpdk-forwarding-pods/l2l3fwd/c_util.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/docker/test-containers/dpdk-forwarding-pods/l2l3fwd/c_util.h b/tools/docker/test-containers/dpdk-forwarding-pods/l2l3fwd/c_util.h new file mode 100644 index 00000000..5ce6dfa1 --- /dev/null +++ b/tools/docker/test-containers/dpdk-forwarding-pods/l2l3fwd/c_util.h @@ -0,0 +1,7 @@ +// SPDX-License-Identifier: Apache-2.0 +// Copyright(c) 2021 Red Hat, Inc. + +extern void dumpInterfaces(struct InterfaceResponse *pIfaceRsp); +extern void freeInterfaces(struct InterfaceResponse *pIfaceRsp); +extern void dumpHugepages(struct HugepagesResponse *pHugepagesRsp); +extern void freeHugepages(struct HugepagesResponse *pHugepagesRsp); |