Re: [PATCH v2] examples/flow_filtering: introduce use cases snippets

2024-09-30 Thread Bruce Richardson
On Mon, Sep 30, 2024 at 09:58:55AM -0700, Stephen Hemminger wrote: > On Mon, 30 Sep 2024 19:40:15 +0300 > Shani Peretz wrote: > > > + /* Function responsible for creating the flow rule. 8< */ > > What is with the 8< in the comments in this file. > Seems like something non-standard and trying t

Re: [PATCH v2] examples/flow_filtering: introduce use cases snippets

2024-09-30 Thread Stephen Hemminger
On Mon, 30 Sep 2024 19:40:15 +0300 Shani Peretz wrote: > + /* Function responsible for creating the flow rule. 8< */ What is with the 8< in the comments in this file. Seems like something non-standard and trying to be cute emoji but is not helpful

[PATCH v2] examples/flow_filtering: introduce use cases snippets

2024-09-30 Thread Shani Peretz
These code snippets demonstrate rule creation using template and non-template APIs. They include functions that enable developers to create rules. The purpose of providing these snippets is to allow developers to reuse them, thereby saving time and effort during the implementation of flow rules. T