-
Notifications
You must be signed in to change notification settings - Fork 134
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Squashed 'dpdk/' content from commit 19c04c96c
git-subtree-dir: dpdk git-subtree-split: 19c04c96cb3e70e64350386e7426e0a959cb5727
- Loading branch information
jsonkey
committed
Jul 11, 2018
0 parents
commit c0b3342
Showing
2,926 changed files
with
1,296,298 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
*.c diff=cpp | ||
*.h diff=cpp | ||
*.py diff=python |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.