Skip to content

Commit

Permalink
Update dpdk-stable/18.02
Browse files Browse the repository at this point in the history
  • Loading branch information
jsonkey committed Jul 11, 2018
2 parents ab3e561 + c0b3342 commit b86942e
Show file tree
Hide file tree
Showing 2,926 changed files with 1,296,298 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dpdk/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*.c diff=cpp
*.h diff=cpp
*.py diff=python
14 changes: 14 additions & 0 deletions dpdk/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
doc/guides/nics/overview_table.txt
doc/guides/cryptodevs/overview_feature_table.txt
doc/guides/cryptodevs/overview_cipher_table.txt
doc/guides/cryptodevs/overview_auth_table.txt
doc/guides/cryptodevs/overview_aead_table.txt
cscope.out.po
cscope.out.in
cscope.out
cscope.files
GTAGS
GPATH
GRTAGS
tags
TAGS
18 changes: 18 additions & 0 deletions dpdk/GNUmakefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2010-2015 Intel Corporation

#
# Head Makefile for compiling rte SDK
#

RTE_SDK := $(CURDIR)
export RTE_SDK

#
# directory list
#

ROOTDIRS-y := buildtools lib drivers app
ROOTDIRS- := test

include $(RTE_SDK)/mk/rte.sdkroot.mk
Loading

0 comments on commit b86942e

Please sign in to comment.