Hi Ben, Thank you for looking into the patch. Regards _Sugesh
> -----Original Message----- > From: Ben Pfaff [mailto:[email protected]] > Sent: Friday, November 3, 2017 5:55 PM > To: Chandran, Sugesh <[email protected]> > Cc: [email protected] > Subject: Re: [ovs-dev] [RFC PATCH 1/2] Adding DPDK configuration option to > isolate rte-mempool allocation. > ..... > > The following configuration option is used to enable the feature and > > changing this value requires restarting the daemon. > > > > ovs-vsctl --no-wait set Open_vSwitch . > > other_config:dpdk-isolate-mem=true > > > > Signed-off-by: Sugesh Chandran <[email protected]> > > I believe that this patch adds code to ovs-vswitchd to read ovs-vswitchd's own > pidfile. I don't understand this. Wouldn't it make more sense to just call > getpid()? [Sugesh] Yes, It make more sense than reading from the file, will change to use the 'getpid()' when sending the proper patch. > > Thanks, > > Ben. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
