aboutsummaryrefslogtreecommitdiffstats
path: root/NOTICE
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2020-10-27 10:21:58 +0100
committerTibor Frank <tifrank@cisco.com>2020-10-28 14:09:11 +0100
commit7bcbdcb30d2eea8fe7e1fb60696e39abef897920 (patch)
tree44639da37c00c7c7c59b885be305b657031cb876 /NOTICE
parent764041478f165644c0dea744bc4b2d976bb0b840 (diff)
PAL: Add processing of PPS and CPS tests
Change-Id: I7b15c69c923d47e83c2dc586cdc03ed4ebaeec74 Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'NOTICE')
0 files changed, 0 insertions, 0 deletions
a copy of the License at: * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ #ifndef included_dpdk_msg_enum_h #define included_dpdk_msg_enum_h #include <vppinfra/byte_order.h> #define vl_msg_id(n,h) n, typedef enum { #include <dpdk/api/dpdk_all_api_h.h> /* We'll want to know how many messages IDs we need... */ VL_MSG_FIRST_AVAILABLE, } vl_msg_id_t; #undef vl_msg_id #endif /* included_dpdk_msg_enum_h */