Skip to content

Commit

Permalink
Squashed 'dpdk/' content from commit 19c04c96c
Browse files Browse the repository at this point in the history
git-subtree-dir: dpdk
git-subtree-split: 19c04c96cb3e70e64350386e7426e0a959cb5727
  • Loading branch information
jsonkey committed Jul 11, 2018
0 parents commit c0b3342
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 .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 .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 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 c0b3342

Please sign in to comment.