Trap DHCPv6 packets for supporting ZTP over in-band interfaces using …#997
Conversation
…DHCPv6 discovery Also increase incoming packet rate on in-band interfaces to support faster download of large files. SONiC firmware image download over in-band can take a lot of time if the incoming packet rate is limited to 600pps. This, change increases it to 6000pps. Signed-off-by: Rajendra Dendukuri <[email protected]>
stcheng
left a comment
There was a problem hiding this comment.
Could you separate this pull request into two different pull requests? They are serving different purposes.
Also, changing the CIR/CBS of the current policer might change the current image's behavior and stability. At least it will break the current tests which might not be desired at this moment.
Signed-off-by: Rajendra Dendukuri <[email protected]>
As suggested, I moved the ip2me policer changes to a different PR #1000 |
stcheng
left a comment
There was a problem hiding this comment.
I'll check if the current vendor's SAI implementations support this or not before merging it. Thanks for the update!
|
retest vs |
|
retest this please |
sonic-net#997) * Trap DHCPv6 packets for supporting ZTP over in-band interfaces using DHCPv6 discovery Also increase incoming packet rate on in-band interfaces to support faster download of large files. SONiC firmware image download over in-band can take a lot of time if the incoming packet rate is limited to 600pps. This, change increases it to 6000pps. Signed-off-by: Rajendra Dendukuri <[email protected]>
sonic-net#997) * Trap DHCPv6 packets for supporting ZTP over in-band interfaces using DHCPv6 discovery Also increase incoming packet rate on in-band interfaces to support faster download of large files. SONiC firmware image download over in-band can take a lot of time if the incoming packet rate is limited to 600pps. This, change increases it to 6000pps. Signed-off-by: Rajendra Dendukuri <[email protected]>
…DHCPv6 discovery
Also increase incoming packet rate on in-band interfaces to support faster
download of large files. SONiC firmware image download over in-band can
take a lot of time if the incoming packet rate is limited to 600pps. This,
change increases it to 6000pps.
Signed-off-by: Rajendra Dendukuri [email protected]
What I did
Increased packet rate for traffic destined to CPU.
Added DHCPv6 to trap list to support ZTP over IPv6 transport.
Why I did it
This is required for ZTP to download large files over in-band interface.
Support ZTP over IPv6 transport.
How I verified it
ZTP over in-band interface
Details if related