Wenda Ni

Results 14 issues of Wenda Ni

**Why I did it** Unlock erspan capability on td3 and beyond that supports erspan ipv6 encap. **What I did** **How I verified it** 1. Extend `test_MirrorAddSetRemove`, `test_MirrorToVlanAddRemove`, `test_MirrorToLagAddRemove`, `test_MirrorDestMoveVlan`, `test_MirrorDestMoveLag`...

Signed-off-by: Wenda Ni **What I did** **Why I did it** Be consistent with `dvs_acl.create_acl_table` ``` table_attrs = { "policy_desc": table_name, "type": table_type, "ports@": ",".join(ports) } ``` **How I verified it**...

**Why I did it** Sub port interface inherits mtu from parent port. This should hold for both kernel and SAI/ASIC. At kernel side, decreasing parent port mtu, sub port interface...

**Why I did it** Fix https://github.com/Azure/SONiC/issues/601 Sub port interface has a separate admin status control from parent port. However, at kernel side, the admin status operation of parent port is...

**Why I did it** Fix https://github.com/Azure/sonic-swss/issues/1499. In current implementation, mirror orch observes lag member add/removal event, and selects the first lag member as monitor port regardless of its lag member...

**Why I did it** In setting fdb entry via APPL_DB, which is used by warm-reboot and vs test, restore populating FdbEntry `port_name`, the operation of which was introduced in https://github.com/Azure/sonic-swss/pull/1242,...

**Why I did it** Fix https://github.com/Azure/sonic-swss/issues/1616 **What I did** Check the role of parent port, and drop further processing if the parent port setting does not qualify a valid sub...

**What I did** Deal with the possibility that the chosen next hop object goes through a local sub port router interface **Why I did it** Mirror destination lookup is done...

subport

**Why I did it** In the case of mirror destination in directly connected subnet, reflect actual mirror session status in STATE_DB at port oper status change. **What I did** -...

**What I did** Implement 2.6.3 Queue Reconfiguration or Removal in [PFC watchdog HLD](https://github.com/Azure/SONiC/wiki/PFC-Watchdog-Design#263-queue-reconfiguration-or-removal) **Why I did it** Fix issue 2 stated in https://github.com/Azure/sonic-swss/issues/842: "A mechanism should be introduced to let...

pfcwd