* Real time micro benchmark suite - thread priority fix @ 2012-05-17 21:15 Venkat Subbiah 2012-05-18 12:54 ` John Kacur 0 siblings, 1 reply; 6+ messages in thread From: Venkat Subbiah @ 2012-05-17 21:15 UTC (permalink / raw) To: RT Not sure whether Real time micro benchmark suite is still being maintained at http://sourceforge.net/projects/rtmicrobench. The latest code from sourceforge has issues while running rtmb_c tests. It fails complaining about not being able to set thread priority. Here's a fix for it. https://github.com/vsubbiah/rtmb/commit/2a6714030a4009b50b76e99a83bf4b042cc82780 Thanks, Venkat ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Real time micro benchmark suite - thread priority fix 2012-05-17 21:15 Real time micro benchmark suite - thread priority fix Venkat Subbiah @ 2012-05-18 12:54 ` John Kacur 2012-05-21 3:36 ` Venkat Subbiah 2012-05-21 15:36 ` Nivedita Singhvi 0 siblings, 2 replies; 6+ messages in thread From: John Kacur @ 2012-05-18 12:54 UTC (permalink / raw) To: Venkat Subbiah; +Cc: RT On Thu, May 17, 2012 at 11:15 PM, Venkat Subbiah <vsubbiah@caviumnetworks.com> wrote: > Not sure whether Real time micro benchmark suite is still being maintained > at http://sourceforge.net/projects/rtmicrobench. The latest code from > sourceforge has issues while running rtmb_c tests. It fails complaining > about not being able to set thread priority. Here's a fix for it. > > https://github.com/vsubbiah/rtmb/commit/2a6714030a4009b50b76e99a83bf4b042cc82780 > > Thanks, > Venkat Are you on some kind of a quest to seek out obscure benchmarks? You need to track down Mike Fulton and ask him if he is maintaining it, no-one here is. Thanks John Kacur -- To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Real time micro benchmark suite - thread priority fix 2012-05-18 12:54 ` John Kacur @ 2012-05-21 3:36 ` Venkat Subbiah 2012-05-21 10:15 ` John Kacur 2012-05-21 15:36 ` Nivedita Singhvi 1 sibling, 1 reply; 6+ messages in thread From: Venkat Subbiah @ 2012-05-21 3:36 UTC (permalink / raw) To: John Kacur; +Cc: Subbiah, Venkat, RT On 05/18/2012 05:54 AM, John Kacur wrote: > On Thu, May 17, 2012 at 11:15 PM, Venkat Subbiah > <vsubbiah@caviumnetworks.com> wrote: >> Not sure whether Real time micro benchmark suite is still being maintained >> at http://sourceforge.net/projects/rtmicrobench. The latest code from >> sourceforge has issues while running rtmb_c tests. It fails complaining >> about not being able to set thread priority. Here's a fix for it. >> >> https://github.com/vsubbiah/rtmb/commit/2a6714030a4009b50b76e99a83bf4b042cc82780 >> >> Thanks, >> Venkat > Are you on some kind of a quest to seek out obscure benchmarks? You > need to track down Mike Fulton and ask him if he is maintaining it, > no-one here is. I got a list of benchmarks of the RT wiki and have been trying to exercise them. After looking into I do see that some of them are obscure. In the process ran into this and the fix I sent to the maintainers bounced back, so wanted to send the fix out through this forum. Thanks, Venkat > Thanks > > John Kacur > ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Real time micro benchmark suite - thread priority fix 2012-05-21 3:36 ` Venkat Subbiah @ 2012-05-21 10:15 ` John Kacur 0 siblings, 0 replies; 6+ messages in thread From: John Kacur @ 2012-05-21 10:15 UTC (permalink / raw) To: Venkat Subbiah; +Cc: Subbiah, Venkat, RT On Mon, May 21, 2012 at 5:36 AM, Venkat Subbiah <vsubbiah@caviumnetworks.com> wrote: > On 05/18/2012 05:54 AM, John Kacur wrote: >> >> On Thu, May 17, 2012 at 11:15 PM, Venkat Subbiah >> <vsubbiah@caviumnetworks.com> wrote: >>> >>> Not sure whether Real time micro benchmark suite is still being >>> maintained >>> at http://sourceforge.net/projects/rtmicrobench. The latest code from >>> sourceforge has issues while running rtmb_c tests. It fails complaining >>> about not being able to set thread priority. Here's a fix for it. >>> >>> >>> https://github.com/vsubbiah/rtmb/commit/2a6714030a4009b50b76e99a83bf4b042cc82780 >>> >>> Thanks, >>> Venkat >> >> Are you on some kind of a quest to seek out obscure benchmarks? You >> need to track down Mike Fulton and ask him if he is maintaining it, >> no-one here is. > > I got a list of benchmarks of the RT wiki and have been trying to exercise > them. After looking into I do see that some of them are obscure. In the > process ran into this and the fix I sent to > the maintainers bounced back, so wanted to send the fix out through > this forum. > Thanks, > Venkat Okay. The Wiki contains a lot of historical material, plus it has been down for quite awhile because of the kernel.org problems. Now that it is back in service why don't you update the pages with the results of your research. For example, if you find a benchmark / test that seems to be defunct / not maintained, why not add a short note at the bottom of the page saying so. Thank you. John Kacur -- To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Real time micro benchmark suite - thread priority fix 2012-05-18 12:54 ` John Kacur 2012-05-21 3:36 ` Venkat Subbiah @ 2012-05-21 15:36 ` Nivedita Singhvi 2012-05-21 15:59 ` John Kacur 1 sibling, 1 reply; 6+ messages in thread From: Nivedita Singhvi @ 2012-05-21 15:36 UTC (permalink / raw) To: John Kacur; +Cc: Venkat Subbiah, RT On 05/18/2012 05:54 AM, John Kacur wrote: > On Thu, May 17, 2012 at 11:15 PM, Venkat Subbiah > <vsubbiah@caviumnetworks.com> wrote: >> Not sure whether Real time micro benchmark suite is still being maintained >> at http://sourceforge.net/projects/rtmicrobench. The latest code from >> sourceforge has issues while running rtmb_c tests. It fails complaining >> about not being able to set thread priority. Here's a fix for it. >> >> https://github.com/vsubbiah/rtmb/commit/2a6714030a4009b50b76e99a83bf4b042cc82780 >> >> Thanks, >> Venkat > > Are you on some kind of a quest to seek out obscure benchmarks? You > need to track down Mike Fulton and ask him if he is maintaining it, > no-one here is. I'm pretty sure Mike Fulton isn't maintaining it, but I'll ask around to see if anyone else is. thanks, Nivedita ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Real time micro benchmark suite - thread priority fix 2012-05-21 15:36 ` Nivedita Singhvi @ 2012-05-21 15:59 ` John Kacur 0 siblings, 0 replies; 6+ messages in thread From: John Kacur @ 2012-05-21 15:59 UTC (permalink / raw) To: Nivedita Singhvi; +Cc: Venkat Subbiah, RT On Mon, May 21, 2012 at 5:36 PM, Nivedita Singhvi <niv@us.ibm.com> wrote: > On 05/18/2012 05:54 AM, John Kacur wrote: >> >> On Thu, May 17, 2012 at 11:15 PM, Venkat Subbiah >> <vsubbiah@caviumnetworks.com> wrote: >>> >>> Not sure whether Real time micro benchmark suite is still being >>> maintained >>> at http://sourceforge.net/projects/rtmicrobench. The latest code from >>> sourceforge has issues while running rtmb_c tests. It fails complaining >>> about not being able to set thread priority. Here's a fix for it. >>> >>> >>> https://github.com/vsubbiah/rtmb/commit/2a6714030a4009b50b76e99a83bf4b042cc82780 >>> >>> Thanks, >>> Venkat >> >> >> Are you on some kind of a quest to seek out obscure benchmarks? You >> need to track down Mike Fulton and ask him if he is maintaining it, >> no-one here is. > > > I'm pretty sure Mike Fulton isn't maintaining it, but I'll ask around to see > if anyone else is. > > thanks, > Nivedita I'm pretty sure he isn't either. In fact I bcced him on my first reply to Venkat. I haven't had a good look at the benchmark yet to see if it is anything we want to pick-up. It is the Eclipse license - I'd prefer GPL. Do you regularly use this at IBM? John -- To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2012-05-21 15:59 UTC | newest] Thread overview: 6+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2012-05-17 21:15 Real time micro benchmark suite - thread priority fix Venkat Subbiah 2012-05-18 12:54 ` John Kacur 2012-05-21 3:36 ` Venkat Subbiah 2012-05-21 10:15 ` John Kacur 2012-05-21 15:36 ` Nivedita Singhvi 2012-05-21 15:59 ` John Kacur
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).