I see you tried to split lines after punctuation, thanks. 22/04/2020 11:23, Bing Zhao: > +Flows are not cached in the driver. When stopping a device port, all the > flows > +created on this port from the application will be flushed automatically in > +the background.
It would have been perfect if splitting the first line after the punctuation :-) > +After stopping the device port, all flows on this port become invalid and > +not represented in the system. > +All references to these flows held by the application should be discarded > +directly but neither destroyed nor flushed. > + > +The application should re-create the flows as required after the port > restart.