sonic-swss
sonic-swss copied to clipboard
Refactor Host Tx Ready setting
What I did Update the call to setHostTxReady() to receive Port instead of port_id.
Why I did it So we won't need to call getPort() inside the function, and we will be able to call setHostTxReady from within port initialization.
How I verified it Tested it on running switch.
Details if related