These 3 commits are when the Protocol Buffers files have changed:
| Commit: | ca186a8 | |
|---|---|---|
| Author: | venkateshpnv | |
| Committer: | GitHub | |
Get port id from the interface name. (#26) * Get port id from the interface name. In the CNI add API, the current implementation fetches the port id of the interface from its name. It assumes the name has the port id is part of the interface name as a standard expression. This implementation is not reliable in case the dpdk assigns a different port id for the interface. Make it more dynamic and always fetch the port id by sending a get request to the gNMI server. Signed-off-by: Venkatesh Petla <neelakanta.venkatesh.petla@intel.com> * Return error if failed to get port id. Signed-off-by: Venkatesh Petla <neelakanta.venkatesh.petla@intel.com> * Addressed review comments Signed-off-by: Venkatesh Petla <neelakanta.venkatesh.petla@intel.com> * Modified the way of populating the getGequest. Signed-off-by: Venkatesh Petla <neelakanta.venkatesh.petla@intel.com> * Get port id for SetupHostInterface from gNMIServer Signed-off-by: Venkatesh Petla <neelakanta.venkatesh.petla@intel.com> * Updated the p4info.txt to p4Info.txt Signed-off-by: Venkatesh Petla <neelakanta.venkatesh.petla@intel.com> * Change p4info to p4Info Signed-off-by: Venkatesh Petla <neelakanta.venkatesh.petla@intel.com> Signed-off-by: Venkatesh Petla <neelakanta.venkatesh.petla@intel.com>
The documentation is generated from this commit.
| Commit: | 53d3acf | |
|---|---|---|
| Author: | Abdul Halim | |
| Committer: | Abdul Halim | |
dpdk drop 2 Signed-off-by: Abdul Halim <abdul.halim@intel.com> Co-Authored-By: nupurjai <nupurjai@users.noreply.github.com> Co-Authored-By: lpawlikx <lpawlikx@users.noreply.github.com> Co-Authored-By: ipatrykx <ipatrykx@users.noreply.github.com> Co-Authored-By: vishala-r <vishala-r@users.noreply.github.com> Co-Authored-By: dhruvpt <dhruvpt@users.noreply.github.com> Co-Authored-By: venkateshpnv <venkateshpnv@users.noreply.github.com> Co-Authored-By: shweta503 <shweta503@users.noreply.github.com> Co-Authored-By: Eoghan1232 <Eoghan1232@users.noreply.github.com> Co-Authored-By: eoghanlawless <eoghanlawless@users.noreply.github.com> Co-Authored-By: mgaravin <mgaravin@users.noreply.github.com>
| Commit: | daebdca | |
|---|---|---|
| Author: | Nupur Jain | |
Initial commit for k8s_offload recipe This works with calico cni and offloads the k8s networking to the dpdk pipeline. This version includes - CNI Add/Del flows and offload of pod to pod networking - Deployment scripts for all calico and offload components - Dockerfiles for the two new components introduced - agent & manager that enable offload - New grpc/protobuf interface between the agent and the manager - A sample p4 program for arp resolution and forwarding - Supporting setup scripts Signed-off-by: Nupur Jain <nupur.jain@intel.com>