Skip to content

Commit

Permalink
Merge branch 'main' into tunnel_rwrite
Browse files Browse the repository at this point in the history
  • Loading branch information
marian-pritsak authored Jan 9, 2024
2 parents 3ec2d37 + fbad264 commit a803cea
Show file tree
Hide file tree
Showing 27 changed files with 2,800 additions and 790 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
**.swp
.DS_STORE
.idea
.vscode
*.bkp
*.log
*.pcap
Expand Down
16 changes: 16 additions & 0 deletions .wordlist.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
ABI
ABNF
accessor
accessors
Expand Down Expand Up @@ -90,7 +91,9 @@ conf
CONFDB
confgen
config
configurated
configs
Conntrack
Containerlab
CP
CreatedHalfOpenFlow
Expand Down Expand Up @@ -134,6 +137,9 @@ de
deallocating
Decap
decap
decap'ed
decap'ing
decaps
deliverables
DemoDays
designator
Expand Down Expand Up @@ -199,6 +205,7 @@ DUT's
EasyCLA
ECMP
encap
encaps
ENI
eni
Eni
Expand All @@ -208,6 +215,7 @@ entrypoints
enum
EPUs
EPYC
ethernet
executables
ExpressRoute
failover
Expand Down Expand Up @@ -267,6 +275,7 @@ INET
INIT
Init
initializer
initialization
integrations
integrators
interoperable
Expand Down Expand Up @@ -324,6 +333,7 @@ Makefile
Makefiles
makefiles
MAPs
maprouting
MatchedHalfOpenFlow
MatchedOtherFlow
MatchedTcpFlow
Expand All @@ -346,7 +356,9 @@ MTU
MUX
MUXes
natively
nat
natted
NAT'ing
nb
nd
netdevs
Expand All @@ -358,6 +370,7 @@ noautoconsole
NonSynStateful
NorthBound
Novus
NPL
NPUS
NSG
NSGs
Expand All @@ -367,6 +380,7 @@ NVA
NVidia
nvgre
Nvgre
NvGRE
NVMe
observability
OCP
Expand Down Expand Up @@ -447,6 +461,7 @@ qos
QoS
qos
Radv
recirculation
rdpty
reachability
reconvergence
Expand All @@ -459,6 +474,7 @@ redis
renderer
repo
repos
resimulated
resimulation
responder
Resttapi
Expand Down
8 changes: 4 additions & 4 deletions dash-pipeline/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -116,12 +116,12 @@ $(P4_OUTDIR)/dash_pipeline_p4rt.txt: $(P4_SRC)
$(DOCKER_FLAGS) \
-v $(PWD)/bmv2:/bmv2 \
-w / \
$(DOCKER_P4C_BMV2_IMG) p4c \
$(DOCKER_P4C_BMV2_IMG) p4c-bm2-ss \
-DTARGET_BMV2_V1MODEL \
$(P4_MAIN) \
-b bmv2 \
-o $(P4_OUTDIR) \
--p4runtime-files $(P4_OUTDIR)/dash_pipeline_p4rt.json,$(P4_OUTDIR)/dash_pipeline_p4rt.txt
-o $(P4_OUTDIR)/dash_pipeline.json \
--p4runtime-files $(P4_OUTDIR)/dash_pipeline_p4rt.json,$(P4_OUTDIR)/dash_pipeline_p4rt.txt \
--toJSON $(P4_OUTDIR)/dash_pipeline_ir.json

# DPDK - experimental/WIP

Expand Down
1 change: 1 addition & 0 deletions dash-pipeline/SAI/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
all: copysrc
./sai_api_gen.py \
/bmv2/dash_pipeline.bmv2/dash_pipeline_p4rt.json \
--ir /bmv2/dash_pipeline.bmv2/dash_pipeline_ir.json \
--ignore-tables=appliance,eni_meter,slb_decap \
dash

Expand Down
Loading

0 comments on commit a803cea

Please sign in to comment.