On Tuesday 19 December 2017 05:55 PM, Pavan Nikhilesh wrote:
> Signed-off-by: Pavan Nikhilesh
> ---
same comment for otx_ssovf_init_log
Acked-by: Santosh Shukla
On Tuesday 19 December 2017 05:55 PM, Pavan Nikhilesh wrote:
> Signed-off-by: Pavan Nikhilesh
> ---
Same nits comment for
otx_pool_init_log
Acked-by: santosh shukla
On Tuesday 19 December 2017 05:55 PM, Pavan Nikhilesh wrote:
> Signed-off-by: Pavan Nikhilesh
> ---
nits:
s / otx_net_init_log / octeontx_net_init_log
Rest LGTM,
Acked-by: Santosh Shukla
On Tuesday 19 December 2017 05:55 PM, Pavan Nikhilesh wrote:
> Signed-off-by: Pavan Nikhilesh
> ---
LGTM.
Acked-by: Santosh Shukla
On Sun, 31 Dec 2017 07:34:29 +
Shachar Beiser wrote:
> +/* IPv6 vtc_flow: IPv / TC / flow_label */
> +#define IPV6_HDR_FL_SHIFT (0)
> +#define IPV6_HDR_TC_SHIFT (20)
No parenthesis needed around simple numeric values.
> +#define IPV6_HDR_FL_MASK ((1 << IPV6_HDR_TC_SHIFT) - 1)
If you use ((
When procinfo uses the PCAP PMD it is not detached. The library service
also makes of memory but never releases at exit of application. These leads
to memory leak, on multiple runs.
The patch add check for libpcap PMD check and detaches the same. The patch
also frees the service library memory too
This patch fixes the memory leak created by rte_service_init, when
run from secondary application. Running secondary application which
shares the huge page memory from primary multiple times causes memory
to be initialized but not free when application exit.
The rte_service_deinit check if the ser
7 matches
Mail list logo