diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2018-06-11 16:45:47 +0200 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2018-06-11 17:43:03 +0200 |
commit | 076ed09e9eaeeb751ce87bac67ae0becc7b2417b (patch) | |
tree | a78613196db4710cf4b26a6149e9bba781f62f8d /v3po/api/src | |
parent | 887fb8a181146390bccb6eaf5caeb0a84659c750 (diff) |
HC2VPP-354: use hw_interface_set_mtu for Ethernet interfaces
The API was renamed by
https://gerrit.fd.io/r/#/c/12930/
The VPP change spearates setting of hardware interface
and software interface MTU.
More details:
https://git.fd.io/vpp/tree/src/vnet/MTU.md
HC supports only hardware interface MTU configuration
for Ethernet interfaces.
MTU for software interfaces (per protocol MTU) is not
supported (HC2VPP-355).
Change-Id: I7eb1cb035a7b0f428a7bc7a9bb1c73819b52f0fa
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'v3po/api/src')
-rw-r--r-- | v3po/api/src/main/yang/v3po@2017-06-07.yang | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/v3po/api/src/main/yang/v3po@2017-06-07.yang b/v3po/api/src/main/yang/v3po@2017-06-07.yang index 50b823385..6a1eb3809 100644 --- a/v3po/api/src/main/yang/v3po@2017-06-07.yang +++ b/v3po/api/src/main/yang/v3po@2017-06-07.yang @@ -337,7 +337,9 @@ module v3po { default 9216; description "The size, in octets, of the largest packet that the - hardware interface will send and receive."; + hardware interface will send and receive. + + Mapped to hw_interface_set_mtu VPP API message which programs the NIC."; } } |